home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / maxi < prev    next >
Text File  |  1994-04-25  |  334b  |  14 lines

  1. maxi:
  2.  
  3. Syntax:    maxi ( A )
  4.  
  5. Description:
  6.  
  7.     Maxi returns the index of the maximum value contained in
  8.     matrix. If the input argument (A) is a vector, then the index
  9.     of the largest value is returned. If A is a MxN matrix, then a
  10.     row-vector of the column indices of the largest column values
  11.     of A is returned.
  12.  
  13. See Also: max, min, mini
  14.